public interface PGFont
Modifier and Type | Method and Description |
---|---|
String |
getFamilyName() |
int |
getFeatures() |
FontResource |
getFontResource() |
String |
getFullName() |
String |
getName() |
float |
getSize() |
FontStrike |
getStrike(BaseTransform transform) |
FontStrike |
getStrike(BaseTransform transform,
int smoothingType) |
String |
getStyleName() |
String getFullName()
String getFamilyName()
String getStyleName()
String getName()
float getSize()
FontResource getFontResource()
FontStrike getStrike(BaseTransform transform)
FontStrike getStrike(BaseTransform transform, int smoothingType)
int getFeatures()
Copyright © 2020. All rights reserved.