C# Class Flood.GUI.GlyphManager.GlyphId

Datei anzeigen Open project: FloodProject/flood

Public Properties

Property Type Description
Codepoint int
FontName string
Size int

Public Methods

Method Description
GlyphId ( Font font, int codepoint ) : System

Method Details

GlyphId() public method

public GlyphId ( Font font, int codepoint ) : System
font Font
codepoint int
return System

Property Details

Codepoint public_oe property

public int Codepoint
return int

FontName public_oe property

public string FontName
return string

Size public_oe property

public int Size
return int