repo.or.cz
/
gdipp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Basic FreeType renderer implementation.
[gdipp.git]
/
gdipp_server
/
wic_renderer.cpp
blob
26c0b27a0ac9bf1c0165efe8f7333f05a83852e8
1
#include
"stdafx.h"
2
#include
"wic_renderer.h"
3
4
bool
wic_renderer
::
begin
(
const
dc_context
*
context
)
5
{
6
return true
;
7
}