【VISUAL VB NET】System Font

 Imports System

Imports System.Collections.Generic Imports System.ComponentModel Imports System.Data Imports System.Drawing Imports System.Linq Imports System.Text Imports System.Threading.Tasks Imports System.Windows.Forms ' make sure that using System.Diagnostics; is included Imports System.Diagnostics ' make sure that using System.Security.Principal; is included Imports System.Security.Principal Imports System.Runtime.InteropServices Public Class Form1 <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> _ Public Class LOGFONT Public lfHeight As Integer = 0 Public lfWidth As Integer = 0 Public lfEscapement As Integer = 0 Public lfOrientation As Integer = 0 Public lfWeight As Integer = 0 Public lfItalic As Byte = 0 Public lfUnderline As Byte = 0 Public lfStrikeOut As Byte = 0 Public lfCharSet As Byte = 0 Public lfOutPrecision As Byte = 0 Public lfClipPrecision As Byte = 0 Public lfQuality As Byte = 0 Public lfPitchAndFamily As Byte = 0 <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=32)> _ Public lfFaceName As String = String.Empty End Class Public Sub New() MyBase.New() InitializeComponent() End Sub Private Sub button1_Click(sender As Object, e As EventArgs) Handles button1.Click For Each font As FontFamily In FontFamily.Families listBox1.Items.Add(font.Name) Next End Sub End Class

No comments:

Quench Your Thirst for Savings: Unbeatable Water Filter Black Friday Deals in 2024

Black Friday 2024 is just around the corner, and it's the perfect time to snag incredible deals on essential home appliances. Among the ...

Contact Form

Name

Email *

Message *