Bunifu.UI.WinForms.BunifuLabel
Adapter for WinForms brushes objects for core.
The actual WinForms brush instance.
If to dispose the brush when is called.
Ignore dispose for cached brushes.
Init.
The actual WinForms brush instance.
Adapter for WinForms context menu for core.
the underline win forms context menu
Init.
Adapter for WinForms Control for core.
the underline win forms control.
Use GDI+ text rendering to measure/draw text.
Init.
Get the underline win forms control
Adapter for WinForms Font object for core.
the underline win-forms font.
a handle to this Font.
the vertical offset of the font underline location from the top of the font.
Cached font height.
Cached font whitespace width.
Init.
the underline win-forms font.
Get the handle to this Font.
Set font metrics to be cached for the font for future use.
the full height of the font
the vertical offset of the font underline location from the top of the font.
Adapter for WinForms Font family object for core.
the underline win-forms font.
Init.
the underline win-forms font family.
Adapter for WinForms Graphics for core.
used for calculation.
used for calculation.
Used for GDI+ measure string.
The string format to use for measuring strings for GDI+ text rendering
The string format to use for rendering strings for GDI+ text rendering
The wrapped WinForms graphics object
Use GDI+ text rendering to measure/draw text.
the initialized HDC used
if to release the graphics object on dispose
If text alignment was set to RTL
Init static resources.
Init.
the win forms graphics object to use
Use GDI+ text rendering to measure/draw text
optional: if to release the graphics object on dispose (default - false)
Release current HDC to be able to use methods.
Init HDC for the current graphics object to be used to call GDI directly.
Set a resource (e.g. a font) for the specified device context.
WARNING: Calling Font.ToHfont() many times without releasing the font handle crashes the app.
Set the text color of the device context.
Change text align to Left-to-Right or Right-to-Left if required.
Special draw logic to draw transparent text using GDI.
1. Create in-memory DC
2. Copy background to in-memory DC
3. Draw the text to in-memory DC
4. Copy the in-memory DC to the proper location with alpha blend
Change text align to Left-to-Right or Right-to-Left if required.
Adapter for WinForms graphics path object for core.
The actual WinForms graphics path instance.
the last point added to the path to begin next segment from
The actual WinForms graphics path instance.
Get arc start angle for the given corner.
Adapter for WinForms Image object for core.
the underline win-forms image.
Initializes a new instance of the class.
the underline win-forms image.
Adapter for WinForms pens objects for core.
The actual WinForms brush instance.
Init.
The actual WinForms brush instance.
Adapter for WinForms platforms.
Singleton instance of global adapter.
Init installed font families and set default font families mapping.
Singleton instance of global adapter.
Helper to encode and set HTML fragment to clipboard.
See http://theartofdev.wordpress.com/2012/11/11/setting-html-and-plain-text-formatting-to-clipboard/.
.
The MIT License (MIT) Copyright (c) 2014 Arthur Teplitzki.
The string contains index references to other spots in the string, so we need placeholders so we can compute the offsets.
The _ strings are just placeholders. We'll back-patch them actual values afterwards.
The string layout () also ensures that it can't appear in the body of the html because the
character must be escaped.
html comment to point the beginning of html fragment
html comment to point the end of html fragment
Used to calculate characters byte count in UTF-8
Create with given html and plain-text ready to be used for clipboard or drag and drop.
Handle missing ]]> tags, specified start\end segments and Unicode characters.
Windows Clipboard works with UTF-8 Unicode encoding while .NET strings use with UTF-16 so for clipboard to correctly
decode Unicode string added to it from .NET we needs to be re-encoded it using UTF-8 encoding.
Builds the CF_HTML header correctly for all possible HTMLs
If given html contains start/end fragments then it will use them in the header:
hello world